home *** CD-ROM | disk | FTP | other *** search
- on prepareFrame
- global cdvoume
- cdvoume = 7
- set the volume of sound 1 to cdvoume * 19
- i = 15
- repeat while i <= 27
- sprite(i).visible = 1
- i = 1 + i
- end repeat
- i = 15 + cdvoume
- repeat while i <= 27
- sprite(i).visible = 0
- i = 1 + i
- end repeat
- end
-